Linear Equations
1.1 Systems of Linear Equations
A linear equation in the variables  is an equation that can be written in the form
A linear system is consistent if it has either one or infinitely many solutions. Otherwise, it is inconsistent if it has no solution.
Example: Find values of h such that the matrix is the augmented matrix of a consistent linear system.
A linear system is consistent if it has one or infinitely many solutions. Mathematically, we find a matrix to be inconsistent if it has a row where all the entries are zeros except for the b-entry. We see if this is the case by row-reducing the matrix.
We find that this matrix can’t possibly be inconsistent.
1.2 Row Reduction and Echelon Forms
Echelon Form (REF)
- Leading entries in descending order
Reduced Echelon Form (RREF)
- All leading entries are 
- Each leading  is the only nonzero entry in its column
Theorem 1: Uniqueness of the Reduced Echelon Form
Each matrix is row equivalent to one and only one reduced echelon (RREF) matrix
Solutions of Linear Systems
Once a system is in RREF, you can write a general solution form as a linear combination of the free variables.
Example: Find the general solution for 
We find that  is the free variable, thus we write the general solution to the system in terms of the free variable.
Questions
Find the general solution for 
First, we row reduce to RREF.
Then write as a general solution, which I’ve already done in the example above.
1.3 Vector Equations
Span
The set of all linear combinations of 
Questions
Determine if  is a linear combination of , , .
This is equivalent to asking if  is in . Just solve for a solution  for  where the columns of  are the vectors .
1.4 The Matrix Equation 
The equation  has a solution if and only if  is a linear combination of the columns of .
Questions
For a matrix , do the columns of  span ? Does the equation  have a solution for each  in ?
This is equivalent to asking if the columns of  are linearly independent.
1.5 Solution Sets of Linear Systems
The homogeneous equation  has a nontrivial solution if and only if the equation has at least one free variable (linearly dependent).
Theorem 6: Solutions of Nonhomogeneous Systems
The solution for  is equivalent to the solution  transposed by some vector .
Questions
Write the solution set of the following homogeneous system in parametric vector form.
Row-reduce, write the general form solution in parametric vector form:
Describe the solutions of  in parametric vector form for 
Row reduce into RREF:
General solution:
Find the parametric equation of the line  parallel to 
The line parallel to  is given by  itself, to make sure this line is through the point , you shift it by 
Find a parametric equation of the line  through  and 
The line that goes runs parallel to  and  is given by . To make sure it actually goes through  and , we just add either vector to it
1.7 Linear Independence
An indexed set of vectors  is linearly independent if the vector equation
has only the trivial solution .
A set of two vectors  is linearly dependent if one of the vectors is a multiple of the other.
Theorem 7: Characterization of Linearly Dependent Sets
An indexed set  is linearly dependent iff at least one of the vectors in  is a linear combination of the others.
Theorem 8
If a set  contains more vectors than there are entries in each vector (), then the set is linearly dependent. Matrices that are horizontally rectangular have linearly dependent column vectors.
Theorem 9
If a set  contains the zero vector, then the set is linearly dependent because the equation  has a non-trivial solution.
Questions
True or False: The columns of  are linearly dependent.
True by Theorem 8.
True or False: If  and  are linearly independent, and  is linearly dependent, then  is in 
True. There exists some combination 
5, 9, 11, 17, 25, 27.
1.8 Introduction to Linear Transformations
A transformation (or function or mapping)  from  to  is a rule that assigns to each vector  in  a vector  in .
-  is the domain of 
-  is the codomain of 
-  is the range of 
Matrix Transformations
Example: Let , , .
- Find , the image of  under .
- Find an  whose image under  is 
Just solve 
- Is there more than one  whose image under  is ?
This is equivalent to asking if  has infinitely many solutions. Row-reduce  and see if it has a free variable.
- Is  in the range of ?
Check if  has a solution.
Linear Transformations
Given that a linear transformation is defined by a matrix transformation , it has the following properties:
Additionally:
Onto
One-to-One
Questions
Let , , . Find a vector  whose image under  is .
Just solve 
Describe geometrically what  does to each vector  in . .
It flips the  and  values, resulting in a reflection along 
True or False: A linear transformation preserves the operations of vector addition and scalar multiplication
True by definition.
True or False: Every matrix transformation is a linear transformation
True. Ax is closed under vector addition and scalar multiplication.
1.9 The Matrix of a Linear Transformation
Theorem 10
A linear transformation  is defined by a unique matrix  such that
Onto
If each  is the image of at least one , the mapping is onto.  has at least one solution for each  (spans the codomain) if and only if 
One to One
If each  is the image of at most one , the mapping is one to one.  has exactly one solution for each .
Theorem 11
 is one to one if and only if the  has only the trivial solution.
Theorem 12
-  is onto iff the columns of  span 
-  is one-to-one iff the columns of  are linearly independent
Example: Is the linear transformation defined by A onto or one-to-one?
The matrix is full rank, thus it spans the codomain, so we know that it is onto.
By Theorem 11 we know that  is only one-to-one if the columns of  are linearly independent. By Theorem 8, we know that when there are more columns than rows, the columns are automatically linearly dependent, so it’s not one-to-one.